home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / e_to_l / grfrm11 / show2.dfm / show2.txt
Encoding:
Text File  |  1996-09-15  |  934 b   |  49 lines

  1. object Form2: TForm2
  2.   Left = 200
  3.   Top = 97
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Save datas ?'
  7.   ClientHeight = 87
  8.   ClientWidth = 302
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 15
  17.     Top = 12
  18.     Width = 273
  19.     Height = 33
  20.     Caption = 
  21.       'The data  you entered are not saved yet! Do you want to save the' +
  22.       'm before exit ?'
  23.     Font.Color = clBlack
  24.     Font.Height = -12
  25.     Font.Name = 'Arial'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object BitBtn1: TBitBtn
  30.     Left = 66
  31.     Top = 52
  32.     Width = 81
  33.     Height = 29
  34.     Caption = '&Yes'
  35.     TabOrder = 0
  36.     Kind = bkYes
  37.   end
  38.   object BitBtn3: TBitBtn
  39.     Left = 154
  40.     Top = 52
  41.     Width = 81
  42.     Height = 29
  43.     Caption = 'Cancel'
  44.     TabOrder = 1
  45.     OnClick = BitBtn3Click
  46.     Kind = bkCancel
  47.   end
  48. end
  49.